Skip to content

Commit

Permalink
version set to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinKa committed Mar 14, 2019
1 parent 7d20c6e commit d777863
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NetPrints/NetPrints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AssemblyName>NetPrints</AssemblyName>
<Version>0.0.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Robin Kahlow 2018</Copyright>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.10.0" />
Expand Down
3 changes: 3 additions & 0 deletions NetPrintsEditor/NetPrintsEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<AssemblyName>NetPrintsEditor</AssemblyName>
<UseWPF>True</UseWPF>
<StartupObject>NetPrintsEditor.App</StartupObject>
<Version>0.0.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Robin Kahlow 2018</Copyright>
</PropertyGroup>
<ItemGroup>
<None Remove="ClassEditorWindow.xaml" />
Expand Down

0 comments on commit d777863

Please sign in to comment.