Skip to content

Commit

Permalink
Merge pull request #60 from RWS/feature/upgrade-dotnet4.8
Browse files Browse the repository at this point in the history
Feature/upgrade dotnet4.8
  • Loading branch information
avmgan authored Feb 7, 2024
2 parents 03f002f + 52e2bc1 commit bc8958e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
21 changes: 11 additions & 10 deletions _NuGet/Sdl.Dxa.DataModel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,25 @@
<!-- Version is set by ciBuild.proj -->
<version>0.0.0</version>
<!-- NOTE: Visual Studio's NuGet UI only shows 'id' and 'description' -->
<title>SDL Digital eXperience Accelerator R2 Data Model</title>
<authors>SDL Group</authors>
<projectUrl>https://github.com/sdl/dxa-content-management</projectUrl>
<title>RWS Digital eXperience Accelerator R2 Data Model</title>
<authors>RWS Group</authors>
<projectUrl>https://github.com/rws/dxa-content-management</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://dr0muzwhcp26z.cloudfront.net/static/corporate/SDL-logo-2014.png</iconUrl>
<icon>images\rws-logo-128.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SDL Digital eXperience Accelerator R2 Data Model.</description>
<copyright>Copyright 2015-2018 SDL Group</copyright>
<tags>SDL DXA DataModel</tags>
<description>RWS Digital eXperience Accelerator R2 Data Model.</description>
<copyright>Copyright 2015-2024 RWS Group</copyright>
<tags>RWS DXA DataModel</tags>
<references>
<reference file="Sdl.Web.DataModel.dll" />
</references>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.2" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
</dependencies>
</metadata>
<files>
<file src="..\Sdl.Web.DataModel\bin\Release\Sdl.Web.DataModel.dll" target="lib\net462" />
<file src="..\Sdl.Web.DataModel\bin\Release\Sdl.Web.DataModel.XML" target="lib\net462" />
<file src="..\Sdl.Web.DataModel\bin\Release\Sdl.Web.DataModel.dll" target="lib\net48" />
<file src="..\Sdl.Web.DataModel\bin\Release\Sdl.Web.DataModel.XML" target="lib\net48" />
<file src="..\rws-logo-128.png" target="images\" />
</files>
</package>
19 changes: 10 additions & 9 deletions _NuGet/Sdl.Dxa.Tridion.Templates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
<!-- Version is set by ciBuild.proj -->
<version>0.0.0</version>
<!-- NOTE: Visual Studio's NuGet UI only shows 'id' and 'description' -->
<title>SDL Digital eXperience Accelerator Tridion Templates</title>
<authors>SDL Group</authors>
<projectUrl>https://github.com/sdl/dxa-content-management</projectUrl>
<title>RWS Digital eXperience Accelerator Tridion Templates</title>
<authors>RWS Group</authors>
<projectUrl>https://github.com/rws/dxa-content-management</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<iconUrl>http://dr0muzwhcp26z.cloudfront.net/static/corporate/SDL-logo-2014.png</iconUrl>
<icon>images\rws-logo-128.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SDL Digital eXperience Accelerator Tridion Templates</description>
<copyright>Copyright 2015-2018 SDL Group</copyright>
<tags>SDL DXA Tridion Templates</tags>
<description>RWS Digital eXperience Accelerator Tridion Templates</description>
<copyright>Copyright 2015-2024 RWS Group</copyright>
<tags>RWS DXA Tridion Templates</tags>
</metadata>
<files>
<file src="..\Sdl.Web.Tridion.Templates.Legacy\bin\Release\Sdl.Web.Tridion.Templates.Legacy.merged.dll" target="lib\net462" />
<file src="..\Sdl.Web.Tridion.Templates.R2\bin\Release\Sdl.Web.Tridion.Templates.R2.merged.dll" target="lib\net462" />
<file src="..\Sdl.Web.Tridion.Templates.Legacy\bin\Release\Sdl.Web.Tridion.Templates.Legacy.merged.dll" target="lib\net48" />
<file src="..\Sdl.Web.Tridion.Templates.R2\bin\Release\Sdl.Web.Tridion.Templates.R2.merged.dll" target="lib\net48" />
<file src="..\rws-logo-128.png" target="images\" />
</files>
</package>
Binary file modified _tools/NuGet.exe
Binary file not shown.
Binary file added rws-logo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc8958e

Please sign in to comment.