-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92b6d4d
commit ec1c43e
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<PropertyGroup> | ||
<VersionPrefix>9.0.0</VersionPrefix> | ||
<VersionSuffix></VersionSuffix> | ||
<VersionPrefix>10.0.0</VersionPrefix> | ||
<VersionSuffix>beta.1</VersionSuffix> | ||
<!-- | ||
Only increment the assembly version on major version changes to help users reduce binding | ||
redirects, and how often they're updated. For more information, please read | ||
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries | ||
--> | ||
<AssemblyVersion>9.0.0.0</AssemblyVersion> | ||
<AssemblyVersion>10.0.0.0</AssemblyVersion> | ||
<Authors>Mattias Kindborg</Authors> | ||
<Company /> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<NoWarn>NU5105</NoWarn> | ||
</PropertyGroup> | ||
|
||
</Project> | ||
</Project> |