Skip to content

Commit 1374dd0

Browse files
committed
Merge branch 'develop'
2 parents dbceb6b + 704e769 commit 1374dd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ any given model.
1515
To install Streamliner in your project, run the following command in your NuGet package manager console:
1616

1717
```powershell
18-
PM> Install-Package Streamliner -Version 1.0.0
18+
PM> Install-Package Streamliner
1919
```
2020

2121
Alternatively, you can clone the repository, compile the source code and add ```Streamliner.dll``` to your references.

Streamliner/Streamliner.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<PackageReleaseNotes>Deploying package to NuGet</PackageReleaseNotes>
1515
<AssemblyVersion>1.1.0.0</AssemblyVersion>
1616
<FileVersion>1.1.0.0</FileVersion>
17+
<Version>1.1.0</Version>
18+
<SignAssembly>false</SignAssembly>
1719
</PropertyGroup>
1820

1921
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)