Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 23, 2024
1 parent eeb9417 commit 086aef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectDefaults/ProjectDefaults.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectDefaults</id>
<version>1.0.131</version>
<version>1.0.132</version>
<authors>Simon Cropp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
Expand Down
3 changes: 2 additions & 1 deletion ProjectDefaults/build/ProjectDefaults.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<RepoDir Condition="Exists('$(SolutionDir)..\.git')">$(SolutionDir)..\</RepoDir>
<!--
IDE0044: dont recommend private fields
IDE0130: Namespace does not match folder structure
-->
<NoWarn>$(NoWarn);IDE0044;CA1050;CA2255</NoWarn>
<NoWarn>$(NoWarn);IDE0044;IDE0130;CA1050;CA2255</NoWarn>
<Nullable Condition="'$(Nullable)' != 'disable'">enable</Nullable>
<ImplicitUsings Condition="'$(ImplicitUsings)' == ''">enable</ImplicitUsings>
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
Expand Down

0 comments on commit 086aef3

Please sign in to comment.