Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
madelson committed Dec 9, 2023
1 parent 249d098 commit a65a382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net461</TargetFramework>
<LangVersion>8.0</LangVersion>
<AssemblyName>TabletopMTGImporter</AssemblyName>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<FileVersion>0.6.0.0</FileVersion>
<AssemblyVersion>0.6.1.0</AssemblyVersion>
<FileVersion>0.6.1.0</FileVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions TabletopMtgImporter.Wpf/TabletopMtgImporter.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AssemblyName>TabletopMTGImporterGUI</AssemblyName>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<FileVersion>0.6.0.0</FileVersion>
<AssemblyVersion>0.6.1.0</AssemblyVersion>
<FileVersion>0.6.1.0</FileVersion>
<TargetFramework>net461</TargetFramework>
<UseWPF>true</UseWPF>
<LangVersion>8.0</LangVersion>
Expand Down

0 comments on commit a65a382

Please sign in to comment.