Skip to content

Commit

Permalink
updated to .net4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cosh committed Jul 18, 2013
1 parent 1fa9b6d commit a812dad
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Fallen-8/Fallen-8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>NoSQL.GraphDB</RootNamespace>
<AssemblyName>Fallen-8</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
4 changes: 2 additions & 2 deletions Fallen-8/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Fallen-8")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("An in-memory graph database")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Henning Rauch")]
[assembly: AssemblyProduct("Fallen-8")]
[assembly: AssemblyCopyright("Copyright © Henning Rauch 2011")]
[assembly: AssemblyCopyright("Copyright © Henning Rauch 2011-2013")]
[assembly: AssemblyTrademark("")]

// Setting ComVisible to false makes the types in this assembly not visible
Expand Down
32 changes: 16 additions & 16 deletions Fallen-8/Service/REST/CodeGeneration.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a812dad

Please sign in to comment.