Skip to content

Commit

Permalink
Minor update to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPSmith committed Mar 21, 2016
1 parent e48312b commit 81d849c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GenericServices/NuGet/GenericServices.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
2. RECOMPILE GenericServices in RELEASE MODE
3. Update release notes in the nuget package
4. Run the following two command lines
cd C:\Users\Jon\Documents\Visual Studio 2013\Projects\GenericServices\GenericServices\NuGet
cd C:\Users\Jon\Documents\Visual Studio 2015\Projects\GenericServices\GenericServices\NuGet
Nuget pack GenericServices.nuspec -Symbols
To Test locally
Expand Down Expand Up @@ -54,7 +54,7 @@
<description>
Generic Services is a .NET class library to help build a service layer, i.e. a layer that acts as a facard/adapter between your data layers containing an Entity Framework database and your User Interface or HTTP service.
</description>
<releaseNotes>Changed config of AutoMapper mapping to use non-static approach</releaseNotes>
<releaseNotes>Changed over to AutoMapper 4.2.x non-static mapping approach</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>EntityFramework EF ASP.NET MVC DTO Validation Library</tags>
<dependencies>
Expand Down

0 comments on commit 81d849c

Please sign in to comment.