Skip to content

Commit

Permalink
Merge pull request #20 from FlyTechVideos/version-fix
Browse files Browse the repository at this point in the history
Fixed 2.0 -> 3.0
  • Loading branch information
FlyTechVideos authored Feb 26, 2019
2 parents ffaea37 + d7a158a commit cdaee90
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions BluescreenSimulator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyTitle("BluescreenSimulator")]
[assembly: AssemblyDescription("A program to simulate BSODs with lots of features.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("FlyTech Videos")]
[assembly: AssemblyCompany("FlyTech Videos")] // mm so now we're an industrial company UHH
[assembly: AssemblyProduct("BluescreenSimulator")]
[assembly: AssemblyCopyright("© FlyTech Videos 2019")]
[assembly: AssemblyTrademark("")]
Expand Down Expand Up @@ -50,7 +50,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("2.0")]
[assembly: AssemblyFileVersion("2.0")]
[assembly: NeutralResourcesLanguage("")]

[assembly: AssemblyVersion("3.0")]
[assembly: AssemblyFileVersion("3.0")]

0 comments on commit cdaee90

Please sign in to comment.