Skip to content

Commit

Permalink
2.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Oct 12, 2023
1 parent b96d87c commit 46ddd7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/Core/BellsAndWhistles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal class BellsAndWhistles

private static readonly Assembly entryAssembly = Assembly.GetEntryAssembly();

private static readonly string assemblyVersion = entryAssembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion;
private static readonly string assemblyVersion = entryAssembly.GetName().Version.ToString();

private static readonly string fileVersion = entryAssembly.GetCustomAttribute<AssemblyFileVersionAttribute>().Version;

Expand Down
12 changes: 0 additions & 12 deletions src/GlobalSuppressions.cs

This file was deleted.

6 changes: 3 additions & 3 deletions src/atlassian-downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/EpicMorg/atlassian-downloader</RepositoryUrl>
<PackageTags>atlassian, donwloader, epicmorg</PackageTags>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.0.0</Version>
<Copyright>EpicMorg 2023</Copyright>
<Product>Atlassian Downloader</Product>
<Company>EpicMorg</Company>
Expand Down

0 comments on commit 46ddd7a

Please sign in to comment.