Skip to content

Commit

Permalink
set version to 0.0.3-update1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinKa committed Mar 19, 2019
1 parent 24da53e commit 1648676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NetPrints/NetPrints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AssemblyName>NetPrints</AssemblyName>
<Version>0.0.3</Version>
<Version>0.0.3-update1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Robin Kahlow 2018</Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion NetPrintsEditor/NetPrintsEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>NetPrintsEditor</AssemblyName>
<UseWPF>True</UseWPF>
<StartupObject>NetPrintsEditor.App</StartupObject>
<Version>0.0.3</Version>
<Version>0.0.3-update1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Robin Kahlow 2018</Copyright>
<ApplicationIcon>NetPrintsLogo.ico</ApplicationIcon>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NetPrints is a visual programming language inspired by Unreal Engine 4's Bluepri
[Unity tutorial](https://github.com/RobinKa/NetPrintsUnityTutorial)

# Download
Version 0.0.3 of the editor binaries can be found [here](https://github.com/RobinKa/netprints/releases/tag/0.0.3). You can also download the source code and compile the binaries (requires Visual Studio 2019 and .NET Core 3).
Version 0.0.3-update1 of the editor binaries can be found [here](https://github.com/RobinKa/netprints/releases/tag/0.0.3-update1). You can also download the source code and compile the binaries (requires Visual Studio 2019 and .NET Core 3).

# Requirements
The editor itself requires .NET Core 3 (since this is the first version to support WPF), although we provide self-contained binaries for Windows x86. Binaries compiled by the editor require any dependencies you added as references.
Expand Down

0 comments on commit 1648676

Please sign in to comment.