Skip to content

Commit 2ba9a4b

Browse files
committed
version 0.0.2 release
1 parent bdcd66a commit 2ba9a4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NetPrints/NetPrints.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netcoreapp3.0</TargetFramework>
44
<AssemblyName>NetPrints</AssemblyName>
5-
<Version>0.0.1</Version>
5+
<Version>0.0.2</Version>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<Copyright>Robin Kahlow 2018</Copyright>
88
</PropertyGroup>

NetPrintsEditor/NetPrintsEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>NetPrintsEditor</AssemblyName>
66
<UseWPF>True</UseWPF>
77
<StartupObject>NetPrintsEditor.App</StartupObject>
8-
<Version>0.0.1</Version>
8+
<Version>0.0.2</Version>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<Copyright>Robin Kahlow 2018</Copyright>
1111
</PropertyGroup>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
NetPrints is a visual programming language inspired by Unreal Engine 4's Blueprints which compiles into .NET binaries or alternatively C# source code. These can be used from any other .NET language (eg. C#) or used as standalone programs. Furthermore any .NET binaries (both .NET Framework and .NET Core, and ideally .NET Standard) can be referenced and used. Its goal is to support using anything that is made in C#. Currently there are several limitations, the most major ones being delegate and generics support not being 100% complete.
55

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

99
# Requirements
1010
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.

0 commit comments

Comments
 (0)