Skip to content

Commit

Permalink
Bump assembly version to 1.0.4. Added NuGet.CommandLine as a developm…
Browse files Browse the repository at this point in the history
…ent dependency.
  • Loading branch information
mattkoch614 committed Oct 23, 2017
1 parent df3018a commit cbbb08f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Medidata.RWS.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Medidata.RWS.NET")]
[assembly: AssemblyDescription("Provides classes that can be serialized to and deserialized from CDISC ODM (Operational Data Model) XML, and a fluent interface to Medidata RAVE Web Services.")]
[assembly: AssemblyDescription("Medidata.RWS.NET is a comprehensive, fluent .NET API library for Medidata RAVE Web Services (RWS).")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("MSKCC")]
[assembly: AssemblyProduct("Medidata.RWS.NET")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2017 Matthew Koch & Memorial Sloan Kettering Cancer Center")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
1 change: 1 addition & 0 deletions Medidata.RWS.NET/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NuGet.CommandLine" version="4.3.0" targetFramework="net452" developmentDependency="true" />
<package id="RestSharpSigned" version="105.2.3" targetFramework="net452" />
</packages>

0 comments on commit cbbb08f

Please sign in to comment.