Skip to content

Commit

Permalink
Set version to 0.9.1 and use SemVer format
Browse files Browse the repository at this point in the history
  Release and tag versions should correspond to RGBFusionTool version

  Using [SemVer 1.0.0](https://semver.org/spec/v1.0.0.html)

  - GLedApiDotNet to v0.1.0 (was default at "1.0.0.0")
  - RGBFusionTool to v0.9.1 (was "0.9.0.6")
  - Remove versions on unpublished libraries
  • Loading branch information
tylerszabo committed Jun 6, 2018
1 parent 6cb2039 commit 6e6d5dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions GLedApiDotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]

// Test visibility
[assembly: InternalsVisibleTo("GLedApiDotNetTests")]
4 changes: 2 additions & 2 deletions GLedApiDotNetTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
[assembly: Guid("0b2f3c9f-50a2-4f94-b6b3-6a2418e7da2f")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
4 changes: 2 additions & 2 deletions RGBFusionTool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.0.6")]
[assembly: AssemblyFileVersion("0.9.0.6")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
4 changes: 2 additions & 2 deletions RGBFusionToolTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
[assembly: Guid("fd3f35da-41d4-48b3-af52-e5f4a2cac01b")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit 6e6d5dd

Please sign in to comment.