mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Continue cleaning copyrights; New versioning system
This commit is contained in:
parent
f0452978a3
commit
3e4ac70888
@ -2,7 +2,7 @@
|
|||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("Mongo Authentication")]
|
[assembly: AssemblyTitle("Mongo Authentication")]
|
||||||
@ -10,12 +10,12 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("BuildFeed")]
|
[assembly: AssemblyProduct("BuildFeed")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2015, Thomas Hounsell")]
|
[assembly: AssemblyCopyright("Copyright © 2013 - 2018, The BuildFeed Team")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
// Setting ComVisible to false makes the types in this assembly not visible
|
// Setting ComVisible to false makes the types in this assembly not visible
|
||||||
// to COM components. If you need to access a type in this assembly from
|
// to COM components. If you need to access a type in this assembly from
|
||||||
// COM, set the ComVisible attribute to true on that type.
|
// COM, set the ComVisible attribute to true on that type.
|
||||||
[assembly: ComVisible(false)]
|
[assembly: ComVisible(false)]
|
||||||
|
|
||||||
@ -25,11 +25,11 @@ using System.Runtime.InteropServices;
|
|||||||
// Version information for an assembly consists of the following four values:
|
// Version information for an assembly consists of the following four values:
|
||||||
//
|
//
|
||||||
// Major Version
|
// Major Version
|
||||||
// Minor Version
|
// Minor Version
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 15
|
# Visual Studio 15
|
||||||
VisualStudioVersion = 15.0.26430.4
|
VisualStudioVersion = 15.0.27130.2010
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildFeed", "BuildFeed\BuildFeed.csproj", "{CDDCF754-ECAA-4A66-ADAA-62957A57A51B}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildFeed", "BuildFeed\BuildFeed.csproj", "{CDDCF754-ECAA-4A66-ADAA-62957A57A51B}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
@ -22,6 +22,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildFeed.Local", "BuildFee
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildFeed.Model", "BuildFeed.Model\BuildFeed.Model.csproj", "{7E2B4F61-1C11-4471-AF80-5480E94C0664}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildFeed.Model", "BuildFeed.Model\BuildFeed.Model.csproj", "{7E2B4F61-1C11-4471-AF80-5480E94C0664}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{948A2168-A092-4958-A465-427271563061}"
|
||||||
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
LICENSE.md = LICENSE.md
|
||||||
|
README.md = README.md
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@ -130,4 +136,7 @@ Global
|
|||||||
{7C67BFB9-1B3B-4676-A58D-10573DA82CFE} = {53344C34-3493-4D0E-8425-FB18C0CC59D0}
|
{7C67BFB9-1B3B-4676-A58D-10573DA82CFE} = {53344C34-3493-4D0E-8425-FB18C0CC59D0}
|
||||||
{5CAADB66-1FC2-4492-B766-36354687120D} = {2B646675-44D1-4722-8A86-8C64876C8FB7}
|
{5CAADB66-1FC2-4492-B766-36354687120D} = {2B646675-44D1-4722-8A86-8C64876C8FB7}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {6A6DB9E7-436C-4AE8-AFDA-47F01C431810}
|
||||||
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<Import Project="..\packages\MSBuildGitHash.0.2.0\build\MSBuildGitHash.props" Condition="Exists('..\packages\MSBuildGitHash.0.2.0\build\MSBuildGitHash.props')" />
|
||||||
<Import Project="..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" />
|
<Import Project="..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" />
|
||||||
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
|
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
|
||||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
|
||||||
@ -17,7 +18,8 @@
|
|||||||
<RootNamespace>BuildFeed</RootNamespace>
|
<RootNamespace>BuildFeed</RootNamespace>
|
||||||
<AssemblyName>BuildFeed</AssemblyName>
|
<AssemblyName>BuildFeed</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
||||||
<MvcBuildViews>false</MvcBuildViews>
|
<EnableUpdateable>false</EnableUpdateable>
|
||||||
|
<MvcBuildViews>true</MvcBuildViews>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
<IISExpressAnonymousAuthentication />
|
<IISExpressAnonymousAuthentication />
|
||||||
@ -31,6 +33,8 @@
|
|||||||
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
|
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
|
||||||
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
|
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
|
<MSBuildGitHashValidate>False</MSBuildGitHashValidate>
|
||||||
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@ -279,6 +283,10 @@
|
|||||||
<Content Include="browserconfig.xml" />
|
<Content Include="browserconfig.xml" />
|
||||||
<None Include="gulpfile.js" />
|
<None Include="gulpfile.js" />
|
||||||
<None Include="res\css\inc\_christmas.scss" />
|
<None Include="res\css\inc\_christmas.scss" />
|
||||||
|
<None Include="package-lock.json">
|
||||||
|
<DependentUpon>package.json</DependentUpon>
|
||||||
|
</None>
|
||||||
|
<Content Include="res\card\Feature2.png" />
|
||||||
<Content Include="res\css\winter.css">
|
<Content Include="res\css\winter.css">
|
||||||
<DependentUpon>winter.scss</DependentUpon>
|
<DependentUpon>winter.scss</DependentUpon>
|
||||||
</Content>
|
</Content>
|
||||||
@ -359,8 +367,6 @@
|
|||||||
<Content Include="res\Web.config" />
|
<Content Include="res\Web.config" />
|
||||||
<Content Include="res\css\light.scss" />
|
<Content Include="res\css\light.scss" />
|
||||||
<Content Include="packages.config" />
|
<Content Include="packages.config" />
|
||||||
<None Include="Properties\PublishProfiles\Milestone 1 WebDeploy %28Private%29.pubxml" />
|
|
||||||
<None Include="Properties\PublishProfiles\Milestone 1 WebDeploy.pubxml" />
|
|
||||||
<Content Include="res\css\inc\_variables.scss" />
|
<Content Include="res\css\inc\_variables.scss" />
|
||||||
<Content Include="res\css\inc\_nord.scss" />
|
<Content Include="res\css\inc\_nord.scss" />
|
||||||
<Content Include="res\css\winter.scss" />
|
<Content Include="res\css\winter.scss" />
|
||||||
@ -433,7 +439,6 @@
|
|||||||
<Content Include="Scripts\trumbowyg\ui\trumbowyg.min.css" />
|
<Content Include="Scripts\trumbowyg\ui\trumbowyg.min.css" />
|
||||||
<Content Include="yandex_702baad42b020be7.html" />
|
<Content Include="yandex_702baad42b020be7.html" />
|
||||||
<None Include="Properties\PublishProfiles\Local Folder.pubxml" />
|
<None Include="Properties\PublishProfiles\Local Folder.pubxml" />
|
||||||
<None Include="Properties\PublishProfiles\Milestone 1 FTP.pubxml" />
|
|
||||||
<Content Include="googleacffc6da14c53e15.html" />
|
<Content Include="googleacffc6da14c53e15.html" />
|
||||||
<Content Include="Scripts\_references.js" />
|
<Content Include="Scripts\_references.js" />
|
||||||
<Content Include="Web.config">
|
<Content Include="Web.config">
|
||||||
@ -555,8 +560,14 @@
|
|||||||
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
||||||
<Error Condition="!Exists('..\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets'))" />
|
<Error Condition="!Exists('..\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets'))" />
|
||||||
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" />
|
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" />
|
||||||
|
<Error Condition="!Exists('..\packages\MSBuildGitHash.0.2.0\build\MSBuildGitHash.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuildGitHash.0.2.0\build\MSBuildGitHash.props'))" />
|
||||||
|
<Error Condition="!Exists('..\packages\MSBuildGitHash.0.2.0\build\MSBuildGitHash.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuildGitHash.0.2.0\build\MSBuildGitHash.targets'))" />
|
||||||
</Target>
|
</Target>
|
||||||
<Import Project="..\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets')" />
|
<Import Project="..\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.1\build\netstandard2.0\NETStandard.Library.targets')" />
|
||||||
|
<Import Project="..\packages\MSBuildGitHash.0.2.0\build\MSBuildGitHash.targets" Condition="Exists('..\packages\MSBuildGitHash.0.2.0\build\MSBuildGitHash.targets')" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<PreBuildEvent>attrib +H $(ProjectDir)node_modules /D</PreBuildEvent>
|
||||||
|
</PropertyGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Reflection;
|
||||||
using System.Web.Mvc;
|
using System.Web.Mvc;
|
||||||
using System.Web.Routing;
|
using System.Web.Routing;
|
||||||
using BuildFeed.Code.Options;
|
using BuildFeed.Code.Options;
|
||||||
@ -7,6 +9,13 @@ namespace BuildFeed.Controllers
|
|||||||
{
|
{
|
||||||
public class BaseController : Controller
|
public class BaseController : Controller
|
||||||
{
|
{
|
||||||
|
public static string VersionString = Assembly.GetExecutingAssembly()
|
||||||
|
.GetCustomAttributes(typeof(AssemblyMetadataAttribute))
|
||||||
|
.OfType<AssemblyMetadataAttribute>()
|
||||||
|
.FirstOrDefault(a => a.Key == "GitHash")
|
||||||
|
?.Value
|
||||||
|
?? "N/A";
|
||||||
|
|
||||||
protected override void Initialize(RequestContext requestContext)
|
protected override void Initialize(RequestContext requestContext)
|
||||||
{
|
{
|
||||||
CultureInfo ci = Locale.DetectCulture(requestContext.HttpContext);
|
CultureInfo ci = Locale.DetectCulture(requestContext.HttpContext);
|
||||||
@ -14,6 +23,7 @@ namespace BuildFeed.Controllers
|
|||||||
CultureInfo.CurrentUICulture = ci;
|
CultureInfo.CurrentUICulture = ci;
|
||||||
|
|
||||||
ViewBag.Theme = new Theme(Theme.DetectTheme(requestContext.HttpContext));
|
ViewBag.Theme = new Theme(Theme.DetectTheme(requestContext.HttpContext));
|
||||||
|
ViewBag.Version = VersionString;
|
||||||
|
|
||||||
base.Initialize(requestContext);
|
base.Initialize(requestContext);
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
importScripts("https://cdn.onesignal.com/sdks/OneSignalSDK.js");
|
importScripts('https://cdn.onesignal.com/sdks/OneSignalSDK.js');
|
||||||
|
@ -1 +1 @@
|
|||||||
importScripts("https://cdn.onesignal.com/sdks/OneSignalSDK.js");
|
importScripts('https://cdn.onesignal.com/sdks/OneSignalSDK.js');
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||||
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
|
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
-->
|
-->
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@ -11,7 +11,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
|||||||
<SiteUrlToLaunchAfterPublish />
|
<SiteUrlToLaunchAfterPublish />
|
||||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||||
<ExcludeApp_Data>False</ExcludeApp_Data>
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
||||||
<publishUrl>D:\Publish\dev.buildfeed.net</publishUrl>
|
<publishUrl>$(HOMEDRIVE)$(HOMEPATH)\Documents\Publish\buildfeed.net</publishUrl>
|
||||||
<DeleteExistingFiles>True</DeleteExistingFiles>
|
<DeleteExistingFiles>True</DeleteExistingFiles>
|
||||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
||||||
<EnableUpdateable>False</EnableUpdateable>
|
<EnableUpdateable>False</EnableUpdateable>
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
|
||||||
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
|
|
||||||
-->
|
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<WebPublishMethod>FTP</WebPublishMethod>
|
|
||||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
||||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
||||||
<SiteUrlToLaunchAfterPublish>https://buildfeed.net/</SiteUrlToLaunchAfterPublish>
|
|
||||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
|
||||||
<ExcludeApp_Data>False</ExcludeApp_Data>
|
|
||||||
<publishUrl>ftp://milestone-1.co.uk</publishUrl>
|
|
||||||
<DeleteExistingFiles>False</DeleteExistingFiles>
|
|
||||||
<FtpPassiveMode>True</FtpPassiveMode>
|
|
||||||
<FtpSitePath>/BuildFeed/buildfeed.net/</FtpSitePath>
|
|
||||||
<UserName>Administrator</UserName>
|
|
||||||
<_SavePWD>False</_SavePWD>
|
|
||||||
<PrecompileBeforePublish>True</PrecompileBeforePublish>
|
|
||||||
<EnableUpdateable>True</EnableUpdateable>
|
|
||||||
<DebugSymbols>False</DebugSymbols>
|
|
||||||
<WDPMergeOption>DonotMerge</WDPMergeOption>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
@ -285,10 +285,10 @@ if (Roles.IsUserInRole("Administrators"))
|
|||||||
</div>
|
</div>
|
||||||
<div class="footer-flex-item">
|
<div class="footer-flex-item">
|
||||||
<p>
|
<p>
|
||||||
© 2013 - @DateTime.Now.Year.ToString(), <span dir="ltr">@InvariantTerms.SiteName</span>
|
<span dir="ltr">@InvariantTerms.SiteName @($"v{ViewBag.Version}")</span>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@Html.Raw(string.Format(VariantTerms.Common_DevelopedBy, $"<a href=\"https://twitter.com/buildfeed\" target=\"_blank\" dir=\"ltr\" rel=\"noopener\">{InvariantTerms.DeveloperName}</a>"))
|
© 2013 - @DateTime.Now.Year.ToString(), @Html.Raw(string.Format(VariantTerms.Common_DevelopedBy, $"<a href=\"https://twitter.com/buildfeed\" target=\"_blank\" dir=\"ltr\" rel=\"noopener\">{InvariantTerms.DeveloperName}</a>"))
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@Html.Raw(string.Format(VariantTerms.Common_ContributeOn, "<a href=\"https://github.com/BuildFeed/BuildFeed\" target=\"_blank\" dir=\"ltr\" rel=\"noopener\"><i class=\"fa fa-github\"></i> GitHub</a>"))
|
@Html.Raw(string.Format(VariantTerms.Common_ContributeOn, "<a href=\"https://github.com/BuildFeed/BuildFeed\" target=\"_blank\" dir=\"ltr\" rel=\"noopener\"><i class=\"fa fa-github\"></i> GitHub</a>"))
|
||||||
|
@ -67,6 +67,7 @@
|
|||||||
<package id="MongoDB.Bson" version="2.5.0" targetFramework="net47" />
|
<package id="MongoDB.Bson" version="2.5.0" targetFramework="net47" />
|
||||||
<package id="MongoDB.Driver" version="2.5.0" targetFramework="net47" />
|
<package id="MongoDB.Driver" version="2.5.0" targetFramework="net47" />
|
||||||
<package id="MongoDB.Driver.Core" version="2.5.0" targetFramework="net47" />
|
<package id="MongoDB.Driver.Core" version="2.5.0" targetFramework="net47" />
|
||||||
|
<package id="MSBuildGitHash" version="0.2.0" targetFramework="net47" />
|
||||||
<package id="NETStandard.Library" version="2.0.1" targetFramework="net47" />
|
<package id="NETStandard.Library" version="2.0.1" targetFramework="net47" />
|
||||||
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />
|
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />
|
||||||
<package id="OneSignal.RestAPIv3.Client" version="1.0.3" targetFramework="net47" />
|
<package id="OneSignal.RestAPIv3.Client" version="1.0.3" targetFramework="net47" />
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
Copyright © 2015-2018, The BuildFeed Team.
|
Copyright © 2013 - 2018, The BuildFeed Team.
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user