Skip to content

Commit

Permalink
update uno to 1.9.0-rc1
Browse files Browse the repository at this point in the history
Since this is the first time we use the official myget-stream for
publishing uno, also update the NuGet.config-file to reflect the
new stream.
  • Loading branch information
kusma committed May 15, 2018
1 parent c02b320 commit 9a88e5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Stuff/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Uno" value="https://www.myget.org/F/fuseopen-testing/api/v2" />
<add key="Uno" value="https://www.myget.org/F/fuse/api/v3/index.json" />
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion Stuff/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FuseOpen.Uno.Tool" version="1.8.0-dev-047994e" targetFramework="net45" />
<package id="FuseOpen.Uno.Tool" version="1.9.0-rc1" targetFramework="net45" />
</packages>
20 changes: 10 additions & 10 deletions Stuff/uno.packages
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FuseJS.Transpiler: 1.8.0-dev-047994e
Uno.Collections: 1.8.0-dev-047994e
Uno.Data.Json: 1.8.0-dev-047994e
Uno.Data.Xml: 1.8.0-dev-047994e
Uno.Net.Http: 1.8.0-dev-047994e
Uno.Net.Sockets: 1.8.0-dev-047994e
Uno.Permissions: 1.8.0-dev-047994e
Uno.Testing: 1.8.0-dev-047994e
Uno.Threading: 1.8.0-dev-047994e
UnoCore: 1.8.0-dev-047994e
FuseJS.Transpiler: 1.9.0-rc1
Uno.Collections: 1.9.0-rc1
Uno.Data.Json: 1.9.0-rc1
Uno.Data.Xml: 1.9.0-rc1
Uno.Net.Http: 1.9.0-rc1
Uno.Net.Sockets: 1.9.0-rc1
Uno.Permissions: 1.9.0-rc1
Uno.Testing: 1.9.0-rc1
Uno.Threading: 1.9.0-rc1
UnoCore: 1.9.0-rc1

0 comments on commit 9a88e5c

Please sign in to comment.