Skip to content

Commit

Permalink
Updated nuget packageId to LZString; updated .gitignore;
Browse files Browse the repository at this point in the history
  • Loading branch information
jawa-the-hutt committed Apr 7, 2017
1 parent fe278d3 commit d423af9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ ClientBin/
*.[Pp]ublish.xml
*.pfx
*.publishsettings
.vs/

# RIA/Silverlight projects
Generated_Code/
Expand Down Expand Up @@ -151,3 +152,6 @@ $RECYCLE.BIN/

packages/
*.nupkg
/lz-string-sharp/lz-string-csharp.csproj
/lz-string-sharp/LZString.cs
/lz-string-sharp/LZString.cs
2 changes: 1 addition & 1 deletion src/lz-string-csharp.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>ZString</id>
<id>LZString</id>
<version>$version$</version>
<title>LZString</title>
<authors>jawa-the-hutt</authors>
Expand Down
3 changes: 3 additions & 0 deletions tests/lz-string-csharp-tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
<Name>lz-string-csharp</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit d423af9

Please sign in to comment.