Bump versions
This commit is contained in:
Родитель
f4c5c47c83
Коммит
e95a1237a9
Двоичные данные
AddinRepo/XAMLator.Client.MonoDevelop.mpack
Двоичные данные
AddinRepo/XAMLator.Client.MonoDevelop.mpack
Двоичный файл не отображается.
|
@ -2,6 +2,6 @@
|
|||
<h1>Add-in Repository</h1>
|
||||
<p>This is a list of add-ins available in this repository.</p>
|
||||
<table border=1><thead><tr><th>Add-in</th><th>Version</th><th>Description</th></tr></thead>
|
||||
<tr><td>XAMLator.Client.MonoDevelop</td><td>1.0.2</td><td>XAMLator.Client.MonoDevelop</td></tr>
|
||||
<tr><td>XAMLator.Client.MonoDevelop</td><td>1.0.3</td><td>XAMLator.Client.MonoDevelop</td></tr>
|
||||
</table>
|
||||
</body></html>
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
<Repository xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Repository>
|
||||
<Url>root.mrep</Url>
|
||||
<LastModified>2018-09-26T19:16:47.391028+02:00</LastModified>
|
||||
<LastModified>2018-10-08T22:40:07.27585+02:00</LastModified>
|
||||
</Repository>
|
||||
</Repository>
|
|
@ -6,7 +6,7 @@
|
|||
<Id>XAMLator.Client.MonoDevelop</Id>
|
||||
<Namespace>XAMLator.Client.MonoDevelop</Namespace>
|
||||
<Name>XAMLator.Client.MonoDevelop</Name>
|
||||
<Version>1.0.2</Version>
|
||||
<Version>1.0.3</Version>
|
||||
<BaseVersion />
|
||||
<Author>Andoni Morales Fluendo S.A.</Author>
|
||||
<Copyright />
|
||||
|
@ -16,7 +16,7 @@
|
|||
<Dependencies />
|
||||
<OptionalDependencies />
|
||||
<Properties>
|
||||
<Property name="DownloadSize">222634</Property>
|
||||
<Property name="DownloadSize">2525947</Property>
|
||||
</Properties>
|
||||
</Addin>
|
||||
</Addin>
|
||||
|
|
|
@ -30,7 +30,7 @@ using Mono.Addins.Description;
|
|||
[assembly: Addin(
|
||||
"XAMLator.Client.MonoDevelop",
|
||||
Namespace = "XAMLator.Client.MonoDevelop",
|
||||
Version = "1.0.2"
|
||||
Version = "1.0.3"
|
||||
)]
|
||||
|
||||
[assembly: AddinName("XAMLator.Client.MonoDevelop")]
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>XAMLator</id>
|
||||
<version>1.0.2</version>
|
||||
<title></title>
|
||||
<authors>Andoni Morales Alastruey</authors>
|
||||
<owners>Andoni Morales Alastruey</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Live XAML previewer for Xamarin Forms</description>
|
||||
<summary></summary>
|
||||
<releaseNotes></releaseNotes>
|
||||
<copyright></copyright>
|
||||
<language></language>
|
||||
<dependencies>
|
||||
<dependency id="Newtonsoft.Json" version="9.0.1" />
|
||||
<dependency id="Xamarin.Forms" version="3.0.0.446417" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
Загрузка…
Ссылка в новой задаче