Skip to content

Commit

Permalink
Version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jbest84 committed Jan 31, 2024
1 parent c619bfc commit 09d20d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Test-ExitCode -Message "Error building ${framework_solution}"


$standard_solution = "DotNetSDataClient.Standard.sln"
& dotnet build $standard_solution --configuration "${standard_configuration}" --nologo
& dotnet build $standard_solution --configuration "${standard_configuration}" --nologo --property WarningLevel=0 -v q
6 changes: 3 additions & 3 deletions Saleslogix.SData.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.0")]
[assembly: AssemblyFileVersion("2.0.3.1564")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyInformationalVersion("2.0")]
[assembly: AssemblyInformationalVersion("2.1.0.0")]
[assembly: InternalsVisibleTo("Saleslogix.SData.Client.Test, PublicKey=" +
"00240000048000009400000006020000002400005253413100040000010001004f6d7cc2aca5bfa8" +
"d454d328b17b843b6e660947a1b16f179307ff46cba02baef4670c51eba6a98e724b95e43719ba64" +
Expand Down

0 comments on commit 09d20d2

Please sign in to comment.